Provides event data for OnPropertyChanging events.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public class PropertyChangingEventArgs<T> : PropertyChangedEventArgs<T> |
Visual Basic |
---|
Public Class PropertyChangingEventArgs(Of T) _ Inherits PropertyChangedEventArgs(Of T) |
Type Parameters
- T
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
C1.Silverlight..::..PropertyChangedEventArgs<(Of <(<'T>)>)>
C1.Silverlight..::..PropertyChangingEventArgs<(Of <(<'T>)>)>
System..::..EventArgs
C1.Silverlight..::..PropertyChangedEventArgs<(Of <(<'T>)>)>
C1.Silverlight..::..PropertyChangingEventArgs<(Of <(<'T>)>)>